C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ClickAction Property

In This Topic
ClickAction Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value that specifies the action to perform when the user clicks the input element in the control.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ClickAction As ClickAction
 
See Also